home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic HTML Construction Kit
/
Dynamic HTML Construction Kit.iso
/
source_code
/
dhtmlunl
/
dhtml.exe
/
CD Content
/
Chap13
/
dun13_2.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-18
|
419 b
|
23 lines
<HTML>
<TITLE>
Dynamic HTML - Collections
</TITLE>
<BODY>
<H1>Dynamic HTML is Fun!</H1>
Why?
<UL ID=myTag>
<LI>Because of script interaction</LI>
<LI>Dynamic positioning and properties</LI>
<LI>It just is!</LI>
</UL>
<SCRIPT LANGUAGE="VBScript">
for l=0 to document.all.length
document.write document.all(l).tagName & "<BR>"
next
</SCRIPT>
</BODY>
</HTML>